-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add license #232
Add license #232
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR does more than it claims (e.g. it also adds a DESCRIPTION
file)
sorry, should have said this depends (builds on) on #231 which adds the DESCRIPTION file |
But the LICENSE can be added on it's own, no? |
using {usethis} magic, it also adds a line to the DESCRIPTION file that specifies the license |
Yup, |
true, but... if I'm going to use a DESCRIPTION file in this repo, I think it makes sense to specify the license in it |
true... but, I think having a |
which brings it back to the beginning... I built this PR on top of #231 which adds a DESCRIPTION, so given that as the head, if one were to add a LICENSE file it would follow that they should likely also edit the DESCRIPTION file, which is what I did here. Once #231 is merged and this PR is updated, you will see that there is only one line added to the DESCRIPTION file: |
What I'm getting at is: So a PR that just adds the and this PR (as it is currently named) I would expect to JUST add a |
Either way, up to you. We can call this blocked by #231 |
Then let's just wait for the result of that meeting, as I already said I would do. If we decide that "workflow.*" maintainers are allowed to add a DESCRIPTION file then I will merge these PRs in order as intended. If not, I will close #231 and probably this one and possibly open a new PR that just adds a This PR, as intended, was to "Add license", which in my mind includes adding a |
@jdhoffa does this make sense now? |
Docker image from this PR (f850e37) created
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
following the logic of [RMI-PACTA/workflow.transition.monitor/pull/232](RMI-PACTA/workflow.transition.monitor#232), this PR does all the appropriate things related to adding a license to the repo, including: - adding a LICENSE file - adding a LICENSE.md file - properly specifying the license in the DESCRIPTION file
This PR does all the appropriate things related to adding a license to the repo, including:
depends on #231